home *** CD-ROM | disk | FTP | other *** search
- light("spot_shadowmap")
- {
- pass()
- {
-
- tmu()
- {
- texgen("spotlight")
-
- texture()
- {
- shadowmap()
- addressfunc("clamp", "clamp", "clamp")
- }
- ColorOp("arg1", "texture", "current", "current")
- }
-
- tmu()
- {
- texgen("shadowmap_z")
- texture()
- {
- image("spot_z_inv.png")
- addressfunc("clamp", "clamp", "clamp")
- filtering("no_filtering")
- }
- colorop("mul", "texture", "current", "current")
- }
-
- tmu()
- {
- TexGen("planar")
- TexMod("scale", "const", %terrain_inv_x, 0, 0, "const", %terrain_inv_z, 0, 0) //nie ustawia siΩ w menu
- texture()
- {
- Image(%colortexture)
- addressfunc("clamp", "clamp", "clamp")
- }
- ColorOp("mul", "texture_a", "current", "current")
- AlphaOp("arg2", "texture", "tfactor", "current")
- }
-
- blendfunc("zero", "inv_src_color")
- depthfunc("lequal", 0)
- tfactor(0,0,0,0)
- blackfog()
- }
- }
-